home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 28
/
Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso
/
Aminet
/
util
/
sys
/
SavInstaller.lha
/
installer
/
examples
/
stringformat.installer
< prev
next >
Wrap
Text File
|
1998-10-01
|
269b
|
15 lines
; demonstration of the string format function
(set text1 ("%s %s %s" ("Hello")
(" Wo%s" ("%sld " "r"))
"!"
)
)
(set text2 ("\n\nsome math: %ld * %ld = %ld" 30 40 (* 3 4 10)))
(message ("%s%s" text1 text2))